home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 9653 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: grapool30.rz.uni-frankfurt.de!news
  2. From: raftopou@stud.uni-frankfurt.de (Joerg Raftopoulos)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Proper mask, transfer rate, etc.
  5. Date: 07 Apr 96 00:06:30 +0100
  6. Organization: J. W. Goethe-Universitaet Frankfurt/Main
  7. Message-ID: <2365.6671T6T1540@stud.uni-frankfurt.de>
  8. References: <4k1740$ddo@hobbes.compusult.nf.ca> <4k1lkb$a3j@freenet-news.carleton.ca>
  9. NNTP-Posting-Host: dialin185.rz.uni-frankfurt.de
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12.  
  13.  KCL> Mark Worden (mworden@public.compusult.nf.ca) writes:
  14. >>
  15. >>      Mask: 0x7ffffffe
  16.  
  17.  KCL> This tells the file system where data cannot be transfer directly from t
  18.  KCL> driver directly.  XXXe means data is word aligned and XXXc means it is
  19.  KCL> long word aligned.  So if you set it to long, and your program give it a
  20.  KCL> word aligned address, the file system have to do an extra level of
  21.  KCL> copying, hence slowing it down.  Take a lot at the difference of
  22.  KCL> your HD performance under long/word/byte aligned tests in DiskSpeed 4.1.
  23.  
  24. may i quote from the original post?
  25.  
  26.  MW> Can anyone tell me what the proper mask, transfer rate, etc. should be on
  27.  MW> my A3000 with 100MB Quantum hard drive and a Zip drive?  Both drives have
  28.  MW> been formatted with the Fast File System (I have Workbench v2.1).
  29.  
  30. so we are talking about the amiga 3000 scsi dma hostadapter. an extreme
  31. efficient design that has nothing in common with those crappy a1200/4000 pio
  32. ide implementations. the correct values are shown in amiga 3000`s manual (us
  33. edition) in chapter 6 (using a harddisk) on page 66 a screenshot labeled
  34. "setting file system characteristics" says: mask = 0xfffffffc and
  35. maxtransfer = 0xffffff
  36.  
  37.  
  38.  KCL> Leave it at XXXXe if your hard drive controller can deal with it.
  39.  
  40. >>      Max. transfer rate: 0xffffff
  41.  
  42.  KCL>                 ^^^^  !!!  It is maximun transfer.  It tells the
  43.  KCL> hard drive how big a lump of bits can be transfered at a time.  Not RATE
  44.  KCL> (Rate implied something per time unit)  IDE drive is supposed to use
  45.  KCL> something smaller as it can only do 128K max (some even smaller)
  46.  
  47. eventually needed max transfer limitations are a fix for poor designed ide
  48. drives. amiga users know that there is a live beyond 64kbyte hehehe
  49.  
  50. the suggested max. transfer value of 0xffffff is ok.
  51.  
  52.  >> I was told that I should have a mask of 0xfffffffc for the Zip drive (
  53.  >> didn't get a suggestion for the hard drive...maybe it should be the
  54.  
  55. is your zip mounted via devs:dosdrivers/zip or mountlist entry? just fill
  56. in proper (mask = 0xfffffffc, maxtransfer = 0xffffff) values.
  57.  
  58. bye!
  59. jr.
  60.  
  61.  
  62.                                SOL LUCET OMNIBUS
  63.  
  64.                    Joerg Raftopoulos, Amiga User since 1987
  65.           3 x A1000, 1 x A500, 2 x A2000, 1 x A1200, 2 x A3000 Owner
  66. Student at J. W. Goethe Universitaet, Frankfurt am Main, West Germany, Sol III
  67.  
  68.